Skip to content

Bump LDK to 0.3.0-beta1 - #1008

Merged
tnull merged 1 commit into
lightningdevkit:mainfrom
tnull:2026-07-bump-ldk-to-0.3-beta
Aug 5, 2026
Merged

Bump LDK to 0.3.0-beta1#1008
tnull merged 1 commit into
lightningdevkit:mainfrom
tnull:2026-07-bump-ldk-to-0.3-beta

Conversation

@tnull

@tnull tnull commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Track the first LDK 0.3 beta and its matching payment-instructions revision. Preserve Esplora configuration across the client versions and expose splice negotiation only to local contributors, as defined by the beta API.

Co-Authored-By: HAL 9000

@tnull
tnull requested a review from jkczyz July 30, 2026 12:24
@ldk-reviews-bot

ldk-reviews-bot commented Jul 30, 2026

Copy link
Copy Markdown

👋 Thanks for assigning @jkczyz as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

Comment thread src/event.rs
Comment thread src/event.rs Outdated
Track the first LDK 0.3 beta and its matching payment-instructions
revision. Preserve Esplora configuration across the client versions and
expose splice negotiation only to local contributors, as defined by the
beta API.

Co-Authored-By: HAL 9000
@tnull
tnull force-pushed the 2026-07-bump-ldk-to-0.3-beta branch from 528b611 to dce81a1 Compare August 4, 2026 09:16
@tnull
tnull requested a review from jkczyz August 4, 2026 09:17
Comment thread src/event.rs
///
/// The caveat described above the `total_fee_earned_msat` field applies here as well.
outbound_amount_forwarded_msat: Option<u64>,
outbound_amount_forwarded_msat: u64,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI: This still exposes only the aggregate forwarded amount. LDK 0.3 adds amount_msat to each HTLCLocator so callers can attribute multi-HTLC and trampoline forwards to individual channels, but our From<LdkHtlcLocator> conversion drops it. Could we add amount_msat: Option<u64> to the local locator, copy it during conversion, and persist it under TLV 7? Making it optional preserves compatibility with existing serialized events.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a drive-by, can be done any time in a later PR

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a drive-by, can be done any time in a later PR

Said follow-up: #1021

@tnull
tnull merged commit 48b76b4 into lightningdevkit:main Aug 5, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants